home *** CD-ROM | disk | FTP | other *** search
/ Autodesk Animator Pro 1.3 Image Collection / Autodesk Animator Pro Release 1.3 Image Collection CD (102595)(Autodesk, Inc.)(1992).iso / videotex / readme.bat next >
DOS Batch File  |  1992-09-11  |  10KB  |  252 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO VGASHOW -- A SAMPLE UTILITY FOR VIEWING FILES FOR ANIMATOR PRO USERS
  5. ECHO.
  6. ECHO A utility for displaying PCX, GIF, TIF, BMP,and TGA images on any Super
  7. ECHO VGA, VGA, EGA, CGA or monochrome screen.  As one of the 30 utility
  8. ECHO programs in the T-TOOLS package,  VGASHOW is the standard utility for
  9. ECHO displaying image files on your PC screen.
  10. ECHO.
  11. ECHO VGASHOW was developed using the T-BASE library which is offered by
  12. ECHO Videotex Systems.  If you are a C, Clipper, FoxPro, Basic, dBase, Rbase,
  13. ECHO or Paradox programmer, you can create your a vast range of imaging
  14. ECHO applications using the T- BASE library.
  15. ECHO.
  16. ECHO Purpose: displays TGA, PCX, TIF, BMP, GIF files on your PC screen.
  17. ECHO.
  18. ECHO VGASHOW created with the T-BASE library available from Videotex.
  19. ECHO.
  20. ECHO Usage: VGASHOW filename [d] [/lx] [/p] [/q] [/c] [/o] [/sx] [/mx]
  21. ECHO        filename is any TGA, PCX, TIF, BMP, GIF file
  22. ECHO             VGASHOW displays multiple files if a wildcard (* or ?)is specified
  23. ECHO        d is the number of seconds to display each image (optional).
  24. ECHO        /l display list of images specified in filename, where
  25. ECHO             x is the column position offset (default=1).
  26. ECHO.
  27. PAUSE
  28. CLS
  29. ECHO.
  30. ECHO        /p suppress pause between images (optional).
  31. ECHO        /q quiet suppress - display file info on VGA screen (optional).
  32. ECHO        /c cycle continuously through the images (optional).
  33. ECHO        /o display pixel for pixel; default is to Fit To Screen (optional).
  34. ECHO.
  35. ECHO        VGASHOW should auto-detect your graphics adapter.  If not, use:
  36. ECHO        /sx where x is from 0 to 14 for the supported superVGA chips - see doc
  37. ECHO        /mx where x is from 0 to 99 for the supported video modes - see doc file
  38. ECHO.
  39. ECHO NOTES:
  40. ECHO.
  41. ECHO VGASHOW should autodetect your super VGA card if you have one.  If it does not,
  42. ECHO you can specify the card directly with the /Sx switch.
  43. ECHO.
  44. ECHO The /Sx switch is as follows, where x is a number from 0 to 14:
  45. ECHO.
  46. ECHO 0    Video7
  47. ECHO 1    Paradise
  48. ECHO 2    Tseng 3000
  49. ECHO 3    ATI
  50. ECHO 4    Genoa (Models 6300,6400 & compatible)
  51. ECHO.
  52. PAUSE
  53. CLS
  54. ECHO.
  55. ECHO 5    Trident
  56. ECHO 6    undefined
  57. ECHO 7    Tseng 4000
  58. ECHO 8    Everex
  59. ECHO 9    Chips+Technologies
  60. ECHO 10   Ahead
  61. ECHO 11   AheadB
  62. ECHO 12   Oak
  63. ECHO 13   Vision/Trident
  64. ECHO 14   VESA
  65. ECHO.
  66. ECHO You can also force VGASHOW into a certain graphic mode.  To set the
  67. ECHO graphic mode, use the /Mx switch, where x is a number from 4 to 99.
  68. ECHO.
  69. ECHO 4    CGA 4 color
  70. ECHO 6    CGA 640x400 b&w
  71. ECHO 14   EGA 640x200
  72. ECHO 16   EGA 640x350
  73. ECHO 18   VGA 640x480x16
  74. ECHO 19   VGA 320x200x256
  75. ECHO 30   SuperVGA 800x600x16
  76. ECHO.
  77. PAUSE
  78. CLS
  79. ECHO.
  80. ECHO 31   SuperVGA 1024x768x16
  81. ECHO 40   SuperVGA 640x400x256
  82. ECHO 41   SuperVGA 640x480x256
  83. ECHO 42   SuperVGA 800x600x256
  84. ECHO 43   SuperVGA 1024x768x256
  85. ECHO 99   Hercules
  86. ECHO.
  87. PAUSE
  88. CLS
  89. ECHO.
  90. ECHO THE FOLLOWING INFORMATION IS SUPPLIED FOR INFORMATION PURPOSES ABOUT
  91. ECHO VIDEOTEX PRODUCTS ONLY.
  92. ECHO T-BASE
  93. ECHO.
  94. ECHO Targeted Application Area:    picture and document databases for
  95. ECHO                               dBase, Fox, Clipper, Rbase, Paradox, Basic, and C
  96. ECHO Description:
  97. ECHO Clipper, dBASE, FoxBase, FoxPro and C users - now add pictures and
  98. ECHO documents to your databases with the T-BASE library. You don't need to
  99. ECHO change your existing code or convert your database application to a
  100. ECHO proprietary database software. Just add in the T-BASE routines to your
  101. ECHO new or existing Clipper, dBASE, FoxBASE or C code and you're in business.
  102. ECHO T-BASE includes these features: automatic scaling of images to fit the
  103. ECHO screen or window, automatic zooming of images to fit the screen or
  104. ECHO window, multiple images on a screen, automatic optimized palette
  105. ECHO conversion for multiple images, all screen modes - super-VGA, VGA, EGA,
  106. ECHO CGA or mono, display images in any screen location, display images with
  107. ECHO existing text, create windows to scroll through documents larger than the
  108. ECHO screen, print screen snapshots to a Laserjet II/III, print text and
  109. ECHO pictures to a Laserjet II/III.
  110. ECHO.
  111. PAUSE
  112. CLS
  113. ECHO.
  114. ECHO Create pictures with a video digitizer or a color scanner. Or scan
  115. ECHO documents with any black and white scanner. T-BASE reads most of the
  116. ECHO popular graphics formats including PCX, GIF, TIF, TGA and BMP.
  117. ECHO.
  118. ECHO No royalties - create your own picture database applications with T-BASE.
  119. ECHO Now image databases are easy and affordable with T-BASE.
  120. ECHO.
  121. ECHO Additional Hardware Requirements: none
  122. ECHO.
  123. ECHO List Price:    $495
  124. ECHO ChromaTools
  125. ECHO.
  126. ECHO Targeted Application Area:    conversion of graphic images
  127. ECHO.
  128. ECHO Description:
  129. ECHO.
  130. ECHO ChromaTools converts TGA, PCX, GIF, TIF, BMP, MAC TIF, and VST images to
  131. ECHO TGA, PCX, GIF, TIF, VST, BMP, MAC TIF, and color/black & white
  132. ECHO PostScript.  It supports all screen modes including super VGA, VGA, EGA,
  133. ECHO CGA and Hercules.
  134. ECHO.
  135. PAUSE
  136. CLS
  137. ECHO.
  138. ECHO It includes multiple color reduction algorithms, multiple dithering
  139. ECHO patterns, sizing, cropping and rescaling algorithms.  Featuring controls
  140. ECHO such as the Spot Meter and Optimized Palette reduction, ChromaTools is the
  141. ECHO most sophisticated graphic image converter on the market.  Also converts
  142. ECHO between color depths supporting 1, 2, 4, 8 , 16, 24, or 32 bit color
  143. ECHO images.
  144. ECHO.
  145. ECHO Supporting resolutions up to 1024x768 by 256 colors, it offers support
  146. ECHO for most super VGA cards including Tseng, Paradise, Video 7, ATI, Genoa,
  147. ECHO STB, Orchid and others.  Also included is a screen grabber for capturing
  148. ECHO screen images.
  149. ECHO.
  150. ECHO Works with or without a TARGA board installed.  Menu driven or batch mode
  151. ECHO operation.   If installed, supports the following image capture boards
  152. ECHO directly: TARGA, TARGA+, ATVista.
  153. ECHO.
  154. ECHO Additional Hardware Requirements: none
  155. ECHO.
  156. ECHO List Price:    $249
  157. ECHO.
  158. PAUSE
  159. CLS
  160. ECHO.
  161. ECHO T-TOOLS
  162. ECHO.
  163. ECHO Targeted Application Area:    Useful utilities for any Targa, ATVista user
  164. ECHO.
  165. ECHO Requires either a TARGA+, TARGA, ATVista
  166. ECHO Description:
  167. ECHO.
  168. ECHO TTCHROMA: performs chroma keying on the TARGA+ 16/32 & 64.
  169. ECHO TTFADE: fades between two images, or an image and live video.
  170. ECHO TTFF: searchs your disk and displays postage stamps images on all TGA files
  171. ECHO TTPRINT: prints any PCX, GIF, TIF, TGA, or BMP image to an HP LaserJet II/III
  172. ECHO VGASHOW: displays any PCX, GIF, TIF, TGA or BMP image on the PC screen
  173. ECHO TTSHOW: displays the specified TGA, ICB or VDA file(s) on screen.
  174. ECHO TTSAVE: saves the Targa screen to disk as the specified file name.
  175. ECHO TTMSAVE: memory resident Targa screen saver.
  176. ECHO TTDIR: displays a visual directory of your TGA files.
  177. ECHO TTLIVE: puts the Targa in live video mode.
  178. ECHO TTGRAB: turns on live video and grabs the video image.
  179. ECHO TTCLEAR: clears the Targa screen.
  180. ECHO TTSTROBE: video grabs a sequence of TGA pictures.  TTSTROBE also will chroma key
  181. ECHO while capturing frames!
  182. ECHO.
  183. PAUSE
  184. CLS
  185. ECHO.
  186. ECHO TTMOVIE: plays a sequence of TGA pictures grabbed by TTSTROBE.
  187. ECHO TTEXT: displays text on the screen.
  188. ECHO TTFINDER: finds the existence of a TARGA+ or classic TARGA in your PC.
  189. ECHO TTNHANCE: enhance a Targa picture by boosting the hue, saturation and value.
  190. ECHO TTCLIP: clip a Targa picture to black & white.
  191. ECHO TTGRAY: convert a Targa picture to gray levels.
  192. ECHO TTTGATIF: convert a TGA file to a 24 bit color TIF file.
  193. ECHO TTSTAR: generates STAR field on the Targa screen.
  194. ECHO TTMIRROR: create a mirror image of a file or screen.
  195. ECHO TTCROP: create a crop mask for TTSAVE; also determine crop coordinates includes
  196. ECHO zoom function for zooming on images
  197. ECHO TTOFF: turns board off (if on).
  198. ECHO TTFIELD: field copy scan lines in image (cures jittering video captures)
  199. ECHO TTFX: creates a video strobe effect on live video.
  200. ECHO TTPOSTR: posterizes the Targa/Vista screen.
  201. ECHO TTOVERLY: overlays live video on an image - you specify the key color.
  202. EC